home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / lingua / upcookie.dfm / upcookie.txt
Encoding:
Text File  |  1995-12-22  |  1.5 KB  |  80 lines

  1. object fmUpdateCookie: TfmUpdateCookie
  2.   Left = 246
  3.   Top = 100
  4.   Width = 396
  5.   Height = 206
  6.   Caption = '##UpdateCookie'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 304
  16.     Top = 0
  17.     Width = 84
  18.     Height = 179
  19.     Align = alRight
  20.     BevelOuter = bvNone
  21.     TabOrder = 0
  22.     object HelpBtn: TBitBtn
  23.       Left = 0
  24.       Top = 72
  25.       Width = 77
  26.       Height = 27
  27.       Caption = '##&Help'
  28.       TabOrder = 0
  29.       Kind = bkHelp
  30.       Margin = 2
  31.       Spacing = -1
  32.       IsControl = True
  33.     end
  34.     object CancelBtn: TBitBtn
  35.       Left = 0
  36.       Top = 40
  37.       Width = 77
  38.       Height = 27
  39.       Caption = '##&Cancel'
  40.       TabOrder = 1
  41.       Kind = bkCancel
  42.       Margin = 2
  43.       Spacing = -1
  44.       IsControl = True
  45.     end
  46.     object OKBtn: TBitBtn
  47.       Left = 0
  48.       Top = 8
  49.       Width = 77
  50.       Height = 27
  51.       Caption = '##&OK'
  52.       TabOrder = 2
  53.       Kind = bkOK
  54.       Margin = 2
  55.       Spacing = -1
  56.       IsControl = True
  57.     end
  58.   end
  59.   object Panel2: TPanel
  60.     Left = 0
  61.     Top = 0
  62.     Width = 304
  63.     Height = 179
  64.     Align = alClient
  65.     BevelOuter = bvNone
  66.     BorderWidth = 10
  67.     TabOrder = 1
  68.     object sbxProperties: TScrollBox
  69.       Left = 10
  70.       Top = 10
  71.       Width = 284
  72.       Height = 159
  73.       Align = alClient
  74.       Ctl3D = True
  75.       ParentCtl3D = False
  76.       TabOrder = 0
  77.     end
  78.   end
  79. end
  80.